Skip to content

[Chore][DEVX-571]: Move CI from CircleCI to Github Actions#1130

Merged
ajimae merged 4 commits into
masterfrom
chore/move-ci-to-github-actions
Jul 13, 2025
Merged

[Chore][DEVX-571]: Move CI from CircleCI to Github Actions#1130
ajimae merged 4 commits into
masterfrom
chore/move-ci-to-github-actions

Conversation

@ajimae
Copy link
Copy Markdown
Member

@ajimae ajimae commented Jul 10, 2025

Summary

Migrate all related CI/CD workflows from CircleCI to Github Actions

Completed Tasks

  • move all related CI-CD workflows from circleci to github actions

- move all related CI-CD workflows from circleci to github actions
@ajimae ajimae requested a review from a team as a code owner July 10, 2025 14:03
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jul 10, 2025

⚠️ No Changeset found

Latest commit: 944cf11

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ajimae ajimae requested a review from jenschude July 10, 2025 14:04
Comment thread .github/workflows/qa.yml Fixed
Comment thread .github/workflows/qa.yml Fixed
Comment thread .github/workflows/qa.yml Fixed
Comment thread .github/workflows/qa.yml Fixed
Comment thread .github/workflows/qa.yml Fixed
Comment thread .github/workflows/qa.yml Fixed
Comment thread .github/workflows/qa.yml Dismissed
- add actions permission
- add command to install example dependencies
Comment thread .github/workflows/qa.yml Dismissed
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.45%. Comparing base (deafad5) to head (944cf11).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1130   +/-   ##
=======================================
  Coverage   97.45%   97.45%           
=======================================
  Files          83       83           
  Lines        1298     1298           
  Branches      347      347           
=======================================
  Hits         1265     1265           
- Misses         27       29    +2     
+ Partials        6        4    -2     
Flag Coverage Δ
-coverage ?
test-coverage 97.45% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

- remove file option from codecov reporter
using: composite

steps:
- name: Read .nvmrc
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it make sense to add the checkout step here also, as it would ensure that the .nvmrc is present

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really, it is not necessary here as the repo is already checked-out in the step before. Also we are only just reading out the .nvmrc and making the version within available in the environment.

Copy link
Copy Markdown
Contributor

@jenschude jenschude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
especially the action for setting up node etc

@ajimae ajimae merged commit 4694bae into master Jul 13, 2025
11 checks passed
@ajimae ajimae deleted the chore/move-ci-to-github-actions branch July 13, 2025 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants